* {
    margin: 0;
    padding: 0;
}

.se-kl {
    width: 100%;
    height: 490px;
    /*background-color: #e83632;*/
	background-color: #1052B3;
    position: relative;
}

.se-cn {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 40px;
    /*color: #fff;*/
	color: rgba(255, 255, 255, 0.5);
}

.se-en {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 50px;
    /*color: rgba(255, 255, 255, 0.5);*/
	color: #fff;
}

.se-io {
    width: 20px;
    height: 33px;
    position: absolute;
    background: url(../imgs/seckill.png) no-repeat;
    /*background-position: -32.5px 0;
    background-size: 52.5px 40px;*/
    left: 49%;
    top: 185px;
    display: block;
}

.se-info {
    position: absolute;
    top: 230px;
    text-align: center;
    width: 100%;
    font-size: 40px;
    color: #fff;
}

.se-count {
    position: absolute;
    top: 310px;
    left: 39%;
    height: 40px;
}

.se-day {
    display: none;
}

.se-hour,
.se-min,
.se-sec {
    position: relative;
    background-color: #2f3430;
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
    line-height: 80px;
    margin-right: 30px;
}
.se-hour:after{
	content: ":";
    display: block;
    position: absolute;
    right: -25px;
    font-weight: bolder;
    font-size: 30px;
    width: 20px;
    height: 100%;
	color:#fff;
    top: 0;
}
.se-min:after{
	content: ":";
    display: block;
    position: absolute;
    right: -25px;
    font-weight: bolder;
    font-size: 30px;
    width: 20px;
    height: 100%;
	color:#fff;
    top: 0;
}


.se-txt {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.se-txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #e83632;
}
@media screen and (max-width:767px){
	.se-kl {
    width: 100%;
    height: 172px;
    /*background-color: #e83632;*/
	background-color: #1052B3;
    position: relative;
}

.se-cn {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    /*color: #fff;*/
	color: rgba(255, 255, 255, 0.5);
}

.se-en {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    /*color: rgba(255, 255, 255, 0.5);*/
	color: #fff;
}

.se-io {
    width: 20px;
    height: 33px;
    position: absolute;
    background: url(../imgs/seckill.png) no-repeat;
    /*background-position: -32.5px 0;
    background-size: 52.5px 40px;*/
    left: 47%;
    top: 60px;
    display: block;
}

.se-info {
    position: absolute;
    top: 90px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #fff;
}

.se-count {
    position: absolute;
    top: 117px;
    left: 36%;
    height: 40px;
}

.se-day {
    display: none;
}

.se-hour,
.se-min,
.se-sec {
    position: relative;
    background-color: #2f3430;
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-right: 30px;
}
.se-hour:after{
	content: ":";
    display: block;
    position: absolute;
    right: -25px;
    font-weight: bolder;
    font-size: 30px;
    width: 20px;
    height: 100%;
	color:#fff;
    top: 0;
}
.se-min:after{
	content: ":";
    display: block;
    position: absolute;
    right: -25px;
    font-weight: bolder;
    font-size: 30px;
    width: 20px;
    height: 100%;
	color:#fff;
    top: 0;
}


.se-txt {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.se-txt:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #e83632;
}
}